home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / NEW_MANUAL / ArpOpenLibrary < prev    next >
Text File  |  1990-06-22  |  1KB  |  64 lines

  1.  
  2.  
  3.  
  4.      ArpOpenLibrary(39.0)  ARP Programmers Manual ArpOpenLibrary(39.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.     ArpOpenLibrary - Open a library and track it.
  10.  
  11.      SYNOPSIS
  12.       library = ArpOpenLibrary( libname, version )
  13.         d0                  A1    D0
  14.  
  15.      FUNCTION
  16.       This function is equivalent to the AmigaDOS OpenLibrary(),
  17.       except that this function will remember that the library
  18.       is open and close it for you using ARP resource tracking.
  19.  
  20.     INPUTS
  21.       libname - library name, exactly as with "OpenLibrary".
  22.  
  23.       version - Version number, exactly as with "OpenLibrary".
  24.  
  25.      RESULT
  26.       library - a library pointer or 0, exactly as with
  27.             "OpenLibrary".
  28.  
  29.       TRACKER - pointer to the resource tracking node.  This value
  30.               is only returned on a sucessful open.  The value is
  31.               returned in register A1 for assembly, or via the
  32.               defined function "LASTTRACKER" in C.
  33.  
  34.      REMEMBER
  35.       You must call    FreeTrackedItem(TRACKER), ArpExit() or
  36.       CloseLibrary(ArpLib) to free this resource.
  37.  
  38.       Do NOT call CloseLibrary( library ) to close the library
  39.       opened by ArpOpenLibrary!.
  40.  
  41.      BUGS
  42.       None known.
  43.  
  44.      SEE ALSO
  45.       FreeTrackedItem(), ArpExit(),    exec.doc OpenLibrary()
  46.       Arpbase.h for LASTTRACKER
  47.  
  48.      AUTHOR
  49.       CDH
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.    Page 1                         (printed 9/12/89)
  64.